.hide {
	display: none;
}

.disabled {
	pointer-events: none;
	-ms-opacity: 0.6;
	opacity: 0.6;
}

.bold {
	font-weight: bold;
}

.color-primary {
	color: #0f9e59;
}

.color-red,
.color-danger {
	color: #dd524d;
}

.color-green,
.color-success {
	color: #4cd964;
}

.background-primary {
	background-color: #0f9e59;
	color: #ffffff;
}

.float-right {
	float: right;
}

.text-center {
	text-align: center;
}


/*-----------------------页面内容-----------------------------*/

.mui-content>.group {
	background-color: white;
	margin-top: 15px;
}

.mui-content>.group>.title {
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px;
}

.mui-content>.group>p {
	margin-bottom: 5px;
	color: #535353;
}

.mui-content>.group>.content {
	padding: 5px;
}

.mui-content>.group>.content img {
	max-width: 100vw;
	height: auto;
	margin-left: -5px;
	margin-right: -5px;
}

.mui-content>.group>.bottom {
	font-size: 14px;
}

.mui-content>.group>.bottom .mui-table-view-cell {
	padding: 9px 15px;
}

.page-container{
    text-align: center;
}
.page-container a,.page-container span{
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    margin: 11px 0;
}